Move Lazer documentation to Pro section and remove lazer folder#927
Move Lazer documentation to Pro section and remove lazer folder#927
Conversation
- Replaced placeholder content in /price-feeds/pro/how-lazer-works.mdx with detailed technical documentation from /lazer/how-lazer-works.mdx - Updated all references from 'Pyth Lazer' to 'Pyth Pro' to align with product rebrand - Removed /pages/lazer folder as content has been migrated - Existing redirects in next.config.js will handle any legacy /lazer/* URLs Co-Authored-By: aditya@dourolabs.xyz <aditya@dourolabs.xyz>
|
Prompt hidden (unlisted session) |
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Vercel Deployment StatusI've investigated the failing "Vercel – documentation" check and wanted to provide context: What I've verified:
Analysis: Questions for maintainers:
I don't have access to the Vercel deployment logs to see the specific error, but I'm happy to help investigate further if someone can share the logs or grant access. Note: The page |
|
Preview of the updated page: You can view the migrated "How Pyth Pro Works" page at: This shows the full technical documentation that was previously in the |
Description
This PR migrates the detailed Pyth Lazer technical documentation to the Pyth Pro section, completing the product rebrand. The placeholder content at
/price-feeds/pro/how-lazer-workshas been replaced with the comprehensive technical documentation that was previously located in the/lazerfolder.Changes made:
/pages/price-feeds/pro/how-lazer-works.mdxwith detailed technical documentation covering the 5-tier architecture (Publishers, Relayers, Message Queue, Routers, History Service)/pages/lazer/folder after content migrationnext.config.jswill continue to handle legacy/lazer/*URLsType of Change
Areas Affected
/pages/price-feeds/pro/how-lazer-works.mdx- Content replaced with full technical documentation/pages/lazer/folder - Removed after migrationChecklist
npm run lintto check for linting errors (passed with pre-existing warnings only)Related Issues
N/A
Additional Notes
Important for reviewers:
/lazer/how-lazer-worksproperly redirects to/price-feeds/pro/how-lazer-works(redirects defined innext.config.jslines 127-128)/lazerpaths - verify these are properly redirected (examples found insubscribe-price-updates.mdxand integration guides)Redirect coverage: This PR relies on existing redirects in
next.config.js. The following redirect rules should handle legacy URLs:Contributor Information
Screenshots
N/A - Content migration only